{
  "bundles": [
    {
      "@type": "NXBundle",
      "artifactId": "nuxeo-platform-userworkspace",
      "artifactVersion": "2023.16.12",
      "bundleGroup": {
        "@type": "NXBundleGroup",
        "bundleIds": [
          "org.nuxeo.ecm.platform.userworkspace",
          "org.nuxeo.ecm.platform.userworkspace.web"
        ],
        "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace",
        "id": "grp:org.nuxeo.ecm.platform.userworkspace",
        "name": "org.nuxeo.ecm.platform.userworkspace",
        "parentIds": [
          "grp:org.nuxeo.ecm.platform"
        ],
        "readmes": [],
        "version": "2023.16"
      },
      "bundleId": "org.nuxeo.ecm.platform.userworkspace",
      "components": [
        {
          "@type": "NXComponent",
          "componentClass": "org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceServiceImplComponent",
          "documentation": "\n    This component is used to provide the a personal workspace for each Nuxeo user.\n    The actual implementation logic for creating and storing this personal workspace can be contributed.\n  \n",
          "documentationHtml": "<p>\nThis component is used to provide the a personal workspace for each Nuxeo user.\nThe actual implementation logic for creating and storing this personal workspace can be contributed.\n</p><p></p>",
          "extensionPoints": [
            {
              "@type": "NXExtensionPoint",
              "componentId": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
              "descriptors": [
                "org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceDescriptor"
              ],
              "documentation": "\n      Defines the class used create / resolve the personal workspace.\n\n      The default implementation allows to configure doc types for Workspace and WorkspaceRoot, but if you need a more\n      custom logic, you can simply provide a brand new class.\n\n      Your implementation can inherit from org.nuxeo.ecm.platform.userworkspace.core.service.AbstractUserWorkspaceImpl.\n\n    \n",
              "documentationHtml": "<p>\nDefines the class used create / resolve the personal workspace.\n</p><p>\nThe default implementation allows to configure doc types for Workspace and WorkspaceRoot, but if you need a more\ncustom logic, you can simply provide a brand new class.\n</p><p>\nYour implementation can inherit from org.nuxeo.ecm.platform.userworkspace.core.service.AbstractUserWorkspaceImpl.\n</p><p></p>",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService/ExtensionPoints/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService--userWorkspace",
              "id": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService--userWorkspace",
              "label": "userWorkspace (org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService)",
              "name": "userWorkspace",
              "version": "2023.16.12"
            }
          ],
          "extensions": [],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
          "name": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
          "requirements": [],
          "resolutionOrder": 576,
          "services": [
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService/Services/org.nuxeo.ecm.platform.userworkspace.api.UserWorkspaceService",
              "id": "org.nuxeo.ecm.platform.userworkspace.api.UserWorkspaceService",
              "overriden": false,
              "version": "2023.16.12"
            },
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService/Services/org.nuxeo.ecm.collections.api.CollectionLocationService",
              "id": "org.nuxeo.ecm.collections.api.CollectionLocationService",
              "overriden": false,
              "version": "2023.16.12"
            },
            {
              "@type": "NXService",
              "componentId": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService/Services/org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceServiceImplComponent",
              "id": "org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceServiceImplComponent",
              "overriden": false,
              "version": "2023.16.12"
            }
          ],
          "startOrder": 893,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component\n        name=\"org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService\">\n  <implementation\n          class=\"org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceServiceImplComponent\" />\n\n  <service>\n    <provide\n            interface=\"org.nuxeo.ecm.platform.userworkspace.api.UserWorkspaceService\" />\n    <provide\n            interface=\"org.nuxeo.ecm.collections.api.CollectionLocationService\" />\n    <provide\n            interface=\"org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceServiceImplComponent\" />\n  </service>\n\n  <documentation>\n    This component is used to provide the a personal workspace for each Nuxeo user.\n    The actual implementation logic for creating and storing this personal workspace can be contributed.\n  </documentation>\n\n  <extension-point name=\"userWorkspace\">\n    <documentation>\n      Defines the class used create / resolve the personal workspace.\n\n      The default implementation allows to configure doc types for Workspace and WorkspaceRoot, but if you need a more\n      custom logic, you can simply provide a brand new class.\n\n      Your implementation can inherit from org.nuxeo.ecm.platform.userworkspace.core.service.AbstractUserWorkspaceImpl.\n\n    </documentation>\n    <object\n            class=\"org.nuxeo.ecm.platform.userworkspace.core.service.UserWorkspaceDescriptor\" />\n  </extension-point>\n</component>\n",
          "xmlFileName": "/OSGI-INF/userworkspace-framework.xml",
          "xmlPureComponent": false
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.event.EventServiceComponent--listener",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.listener/Contributions/org.nuxeo.ecm.platform.userworkspace.listener--listener",
              "id": "org.nuxeo.ecm.platform.userworkspace.listener--listener",
              "registrationOrder": 41,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.event.EventServiceComponent",
                "name": "org.nuxeo.ecm.core.event.EventServiceComponent",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"listener\" target=\"org.nuxeo.ecm.core.event.EventServiceComponent\">\n\n    <listener async=\"false\" class=\"org.nuxeo.ecm.platform.userworkspace.core.listener.InvalidateUserWorkspacesListener\" name=\"invalidateUserWorkspacesListener\" postCommit=\"false\" priority=\"20\">\n      <event>documentRemoved</event>\n      <event>documentTrashed</event>\n      <event>documentUntrashed</event>\n    </listener>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.listener",
          "name": "org.nuxeo.ecm.platform.userworkspace.listener",
          "requirements": [],
          "resolutionOrder": 577,
          "services": [],
          "startOrder": 559,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.userworkspace.listener\">\n\n  <extension target=\"org.nuxeo.ecm.core.event.EventServiceComponent\"\n    point=\"listener\">\n\n    <listener name=\"invalidateUserWorkspacesListener\" async=\"false\"\n      postCommit=\"false\"\n      class=\"org.nuxeo.ecm.platform.userworkspace.core.listener.InvalidateUserWorkspacesListener\"\n      priority=\"20\">\n      <event>documentRemoved</event>\n      <event>documentTrashed</event>\n      <event>documentUntrashed</event>\n    </listener>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/userworkspace-listeners-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentation": "\n   This default implementation allows to configure doc types for Workspace and WorkspaceRoot using the userWorkspaceType and userWorkspaceRootType tags.\n  \n",
          "documentationHtml": "<p>\nThis default implementation allows to configure doc types for Workspace and WorkspaceRoot using the userWorkspaceType and userWorkspaceRootType tags.\n</p><p></p>",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService--userWorkspace",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl/Contributions/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl--userWorkspace",
              "id": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl--userWorkspace",
              "registrationOrder": 0,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
                "name": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"userWorkspace\" target=\"org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService\">\n    <userWorkspace class=\"org.nuxeo.ecm.platform.userworkspace.core.service.DefaultUserWorkspaceServiceImpl\"/>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl",
          "name": "org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl",
          "requirements": [],
          "resolutionOrder": 578,
          "services": [],
          "startOrder": 555,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component\n  name=\"org.nuxeo.ecm.platform.userworkspace.UserWorkspaceServiceImpl\">\n\n  <documentation>\n   This default implementation allows to configure doc types for Workspace and WorkspaceRoot using the userWorkspaceType and userWorkspaceRootType tags.\n  </documentation>\n\n  <extension\n    target=\"org.nuxeo.ecm.platform.userworkspace.UserWorkspaceService\"\n    point=\"userWorkspace\">\n    <userWorkspace\n      class=\"org.nuxeo.ecm.platform.userworkspace.core.service.DefaultUserWorkspaceServiceImpl\" />\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/userWorkspaceImpl.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.operation.OperationServiceComponent--operations",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.operationsContrib/Contributions/org.nuxeo.ecm.platform.userworkspace.operationsContrib--operations",
              "id": "org.nuxeo.ecm.platform.userworkspace.operationsContrib--operations",
              "registrationOrder": 29,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.operation.OperationServiceComponent",
                "name": "org.nuxeo.ecm.core.operation.OperationServiceComponent",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"operations\" target=\"org.nuxeo.ecm.core.operation.OperationServiceComponent\">\n\n    <operation class=\"org.nuxeo.ecm.platform.userworkspace.operations.UserWorkspaceCreateFromBlob\"/>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.operationsContrib",
          "name": "org.nuxeo.ecm.platform.userworkspace.operationsContrib",
          "requirements": [],
          "resolutionOrder": 580,
          "services": [],
          "startOrder": 560,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n<component name=\"org.nuxeo.ecm.platform.userworkspace.operationsContrib\" version=\"1.0\">\n\n  <extension target=\"org.nuxeo.ecm.core.operation.OperationServiceComponent\"\n    point=\"operations\">\n\n    <operation\n      class=\"org.nuxeo.ecm.platform.userworkspace.operations.UserWorkspaceCreateFromBlob\" />\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/operations-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.schema.TypeService--doctype",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.coreTypes/Contributions/org.nuxeo.ecm.platform.userworkspace.coreTypes--doctype",
              "id": "org.nuxeo.ecm.platform.userworkspace.coreTypes--doctype",
              "registrationOrder": 38,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.schema.TypeService",
                "name": "org.nuxeo.ecm.core.schema.TypeService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"doctype\" target=\"org.nuxeo.ecm.core.schema.TypeService\">\n\n    <doctype extends=\"Folder\" name=\"UserWorkspacesRoot\">\n      <facet name=\"SuperSpace\"/>\n      <facet name=\"HiddenInNavigation\"/>\n      <subtypes>\n        <type>Workspace</type>\n      </subtypes>\n    </doctype>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.coreTypes",
          "name": "org.nuxeo.ecm.platform.userworkspace.coreTypes",
          "requirements": [
            "org.nuxeo.ecm.core.schema.TypeService"
          ],
          "resolutionOrder": 581,
          "services": [],
          "startOrder": 558,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n\n<component name=\"org.nuxeo.ecm.platform.userworkspace.coreTypes\">\n\n  <require>org.nuxeo.ecm.core.schema.TypeService</require>\n\n  <extension target=\"org.nuxeo.ecm.core.schema.TypeService\" point=\"doctype\">\n\n    <doctype name=\"UserWorkspacesRoot\" extends=\"Folder\">\n      <facet name=\"SuperSpace\"/>\n      <facet name=\"HiddenInNavigation\"/>\n      <subtypes>\n        <type>Workspace</type>\n      </subtypes>\n    </doctype>\n\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/userworkspace-schemas-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.platform.types.TypeService--types",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.types.web/Contributions/org.nuxeo.ecm.platform.types.web--types",
              "id": "org.nuxeo.ecm.platform.types.web--types",
              "registrationOrder": 5,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.platform.types.TypeService",
                "name": "org.nuxeo.ecm.platform.types.TypeService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.platform.types.TypeService\">\n\n    <type id=\"UserWorkspacesRoot\">\n      <label>UserWorkspacesRoot</label>\n      <icon>/icons/workspace.gif</icon>\n      <bigIcon>/icons/workspace_100.png</bigIcon>\n      <category>SuperDocument</category>\n      <description>UserWorkspacesRoot.description</description>\n      <default-view>view_documents</default-view>\n      <layouts mode=\"any\">\n        <layout>heading</layout>\n      </layouts>\n      <layouts mode=\"edit\">\n        <layout>heading</layout>\n        <layout>dublincore</layout>\n      </layouts>\n      <contentViews category=\"content\">\n        <contentView>document_content</contentView>\n      </contentViews>\n      <contentViews category=\"trash_content\">\n        <contentView showInExportView=\"false\">\n          document_trash_content\n        </contentView>\n      </contentViews>\n    </type>\n\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.types.web",
          "name": "org.nuxeo.ecm.platform.types.web",
          "requirements": [],
          "resolutionOrder": 582,
          "services": [],
          "startOrder": 525,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\n<component name=\"org.nuxeo.ecm.platform.types.web\">\n\n  <extension target=\"org.nuxeo.ecm.platform.types.TypeService\" point=\"types\">\n\n    <type id=\"UserWorkspacesRoot\">\n      <label>UserWorkspacesRoot</label>\n      <icon>/icons/workspace.gif</icon>\n      <bigIcon>/icons/workspace_100.png</bigIcon>\n      <category>SuperDocument</category>\n      <description>UserWorkspacesRoot.description</description>\n      <default-view>view_documents</default-view>\n      <layouts mode=\"any\">\n        <layout>heading</layout>\n      </layouts>\n      <layouts mode=\"edit\">\n        <layout>heading</layout>\n        <layout>dublincore</layout>\n      </layouts>\n      <contentViews category=\"content\">\n        <contentView>document_content</contentView>\n      </contentViews>\n      <contentViews category=\"trash_content\">\n        <contentView showInExportView=\"false\">\n          document_trash_content\n        </contentView>\n      </contentViews>\n    </type>\n\n  </extension>\n</component>\n",
          "xmlFileName": "/OSGI-INF/userworkspace-types-contrib.xml",
          "xmlPureComponent": true
        },
        {
          "@type": "NXComponent",
          "documentationHtml": "",
          "extensionPoints": [],
          "extensions": [
            {
              "@type": "NXContribution",
              "documentationHtml": "",
              "extensionPoint": "org.nuxeo.ecm.core.lifecycle.LifeCycleService--types",
              "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.core.LifeCycleManagerExtensions/Contributions/org.nuxeo.ecm.platform.userworkspace.core.LifeCycleManagerExtensions--types",
              "id": "org.nuxeo.ecm.platform.userworkspace.core.LifeCycleManagerExtensions--types",
              "registrationOrder": 16,
              "targetComponentName": {
                "rawName": "service:org.nuxeo.ecm.core.lifecycle.LifeCycleService",
                "name": "org.nuxeo.ecm.core.lifecycle.LifeCycleService",
                "type": "service"
              },
              "version": "2023.16.12",
              "xml": "<extension point=\"types\" target=\"org.nuxeo.ecm.core.lifecycle.LifeCycleService\">\n    <types>\n      <type name=\"UserWorkspacesRoot\">default</type>\n    </types>\n  </extension>"
            }
          ],
          "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace.core.LifeCycleManagerExtensions",
          "name": "org.nuxeo.ecm.platform.userworkspace.core.LifeCycleManagerExtensions",
          "requirements": [],
          "resolutionOrder": 583,
          "services": [],
          "startOrder": 557,
          "version": "2023.16.12",
          "xmlFileContent": "<?xml version=\"1.0\"?>\n\n<component name=\"org.nuxeo.ecm.platform.userworkspace.core.LifeCycleManagerExtensions\">\n\n  <extension target=\"org.nuxeo.ecm.core.lifecycle.LifeCycleService\"\n    point=\"types\">\n    <types>\n      <type name=\"UserWorkspacesRoot\">default</type>\n    </types>\n  </extension>\n\n</component>\n",
          "xmlFileName": "/OSGI-INF/userworkspace-life-cycle-contrib.xml",
          "xmlPureComponent": true
        }
      ],
      "fileName": "nuxeo-platform-userworkspace-2023.16.12.jar",
      "groupId": "org.nuxeo.ecm.platform",
      "hierarchyPath": "/grp:org.nuxeo.ecm.platform/grp:org.nuxeo.ecm.platform.userworkspace/org.nuxeo.ecm.platform.userworkspace",
      "id": "org.nuxeo.ecm.platform.userworkspace",
      "location": "",
      "manifest": "Manifest-Version: 1.0\r\nArchiver-Version: Plexus Archiver\r\nCreated-By: Apache Maven 3.9.6\r\nBuilt-By: root\r\nBuild-Jdk: 17.0.11\r\nBundle-ManifestVersion: 2\r\nBundle-Version: 1.0.0\r\nBundle-Name: Nuxeo User Workspace\r\nBundle-SymbolicName: org.nuxeo.ecm.platform.userworkspace\r\nBundle-Localization: plugin\r\nBundle-Vendor: Nuxeo\r\nExport-Package: org.nuxeo.ecm.platform.userworkspace.service\r\nBundle-Category: stateless\r\nNuxeo-Component: OSGI-INF/userworkspace-framework.xml,OSGI-INF/userworks\r\n pace-listeners-contrib.xml,OSGI-INF/userWorkspaceImpl.xml,OSGI-INF/oper\r\n ations-contrib.xml,OSGI-INF/userworkspace-schemas-contrib.xml,OSGI-INF/\r\n userworkspace-types-contrib.xml,OSGI-INF/userworkspace-life-cycle-contr\r\n ib.xml\r\n\r\n",
      "maxResolutionOrder": 583,
      "minResolutionOrder": 576,
      "packages": [],
      "requirements": [],
      "version": "2023.16.12"
    }
  ],
  "creationDate": 1723456257461,
  "key": "Nuxeo Platform-2023.16",
  "name": "Nuxeo Platform",
  "operations": [
    {
      "@type": "NXOperation",
      "aliases": [],
      "category": "Services",
      "contributingComponent": "org.nuxeo.ecm.platform.userworkspace.operationsContrib",
      "description": "Create Document(s) in the user's workspace from Blob(s) using the FileManagerService.",
      "hierarchyPath": "/op:UserWorkspace.CreateDocumentFromBlob",
      "label": "Create Document from file in User's workspace",
      "name": "UserWorkspace.CreateDocumentFromBlob",
      "operationClass": "org.nuxeo.ecm.platform.userworkspace.operations.UserWorkspaceCreateFromBlob",
      "params": [],
      "signature": [
        "bloblist",
        "documents",
        "blob",
        "document"
      ],
      "url": "UserWorkspace.CreateDocumentFromBlob",
      "version": "2023.16.12"
    }
  ],
  "packages": [],
  "pluginSnapshots": {},
  "releaseDate": 1723456257461,
  "version": "2023.16"
}